*****************/
GtkProgressBar {
- padding: 0;
- font-size: smaller;
- color: transparentize($fg_color, 0.6);
- box-shadow: inset 1px 1px transparentize(black, 0.9), // needs to be set
- _widget_edge(); // here ot it gets
- // clipped
- &:backdrop {
- color: $backdrop_insensitive_color;
- }
+ padding: 0;
+ font-size: smaller;
+ color: transparentize($fg_color, 0.6);
+ box-shadow: inset 1px 1px transparentize(black, 0.9), // needs to be set
+ _widget_edge(); // here ot it gets
+ // clipped
+ &:backdrop {
+ color: $backdrop_insensitive_color;
+ }
+ &.osd {
+ -GtkProgressBar-xspacing: 0;
+ -GtkProgressBar-yspacing: 0;
+ -GtkProgressBar-min-horizontal-bar-height: 3;
+ }
}
// moving bit
box-shadow: none;
}
&.osd {
+ background-image: none;
+ background-color: $selected_bg_color;
border-style: none;
border-radius: 0;
- -GtkProgressBar-xspacing: 0;
- -GtkProgressBar-yspacing: 2px;
- -GtkProgressBar-min-horizontal-bar-height: 2px; //FIXME still too tall
}
}
box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
GtkProgressBar:backdrop {
color: #5d6767; }
+ GtkProgressBar.osd {
+ -GtkProgressBar-xspacing: 0;
+ -GtkProgressBar-yspacing: 0;
+ -GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
background-image: linear-gradient(to bottom, #215d9c 2px, #266cb5);
background-color: #215d9c;
box-shadow: none; }
.progressbar.osd {
+ background-image: none;
+ background-color: #215d9c;
border-style: none;
- border-radius: 0;
- -GtkProgressBar-xspacing: 0;
- -GtkProgressBar-yspacing: 2px;
- -GtkProgressBar-min-horizontal-bar-height: 2px; }
+ border-radius: 0; }
GtkProgressBar.trough {
border: 1px solid #1c1f1f;
box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), 0 1px white; }
GtkProgressBar:backdrop {
color: #c7c7c7; }
+ GtkProgressBar.osd {
+ -GtkProgressBar-xspacing: 0;
+ -GtkProgressBar-yspacing: 0;
+ -GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
background-image: linear-gradient(to bottom, #4a90d9 2px, #63a0de);
background-color: #4a90d9;
box-shadow: none; }
.progressbar.osd {
+ background-image: none;
+ background-color: #4a90d9;
border-style: none;
- border-radius: 0;
- -GtkProgressBar-xspacing: 0;
- -GtkProgressBar-yspacing: 2px;
- -GtkProgressBar-min-horizontal-bar-height: 2px; }
+ border-radius: 0; }
GtkProgressBar.trough {
border: 1px solid #a1a1a1;